home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 10 / CU Amiga Magazine's Super CD-ROM 10 (1997-03-15)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-05][50887 CUAM10].iso / CUCD / Graphics / WildFire / WildFireFPU / HISTORY < prev    next >
Text File  |  1997-02-26  |  10KB  |  239 lines

  1. v2.40 (Wednesday 15-Jan-97)
  2.  -Processor: *Wave3D-operator finished
  3.  
  4. v2.41 (Thursday 16-Jan-97)
  5.  -Processor: *Wrap: two different methods: AMOUNT, RADIUS
  6.              *operator-interface for the preview integrated
  7.               into the main-routine
  8.              *Cube: some optimizations
  9.  -Variables: detection of dead variables in processes improved
  10.  
  11. v2.42 (Friday 17-Jan-97)
  12.  -Convolve: *loading of wf-convolution-files didn't work
  13.             *save- and load-shortcuts where in the wrong order
  14.             *main-routine sometimes didn't return any result
  15.              which was treated as error by the Processor
  16.  -new Operators: SwapRGB, Posterise
  17.  -Processor: *v-shortcut (like PCSinglePictureWindow)
  18.              *some shortcuts changed
  19.  
  20. v2.43 (Friday 17-Jan-97)
  21.  -new Operators: Roll, Noise
  22.  
  23. v2.44 (Friday 17-Jan-97)
  24.  -PCSelect: *loading/unloading of PlugIns at any time
  25.             *sort items alphabetically
  26.             *refresh list-gadgets after window-resizing
  27.  
  28. v2.45 (Saturday 18-Jan-97)
  29.  -PCSelect: *use the cursor-keys to browse through the lists, select with <enter>
  30.             *keep selection after window-resizing
  31.  
  32. v2.46 (Sunday 19-Jan-97)
  33.  -Processor: Operator-interface improved: all PlugIns are normal programs
  34.              with only some Wildfire-specific routines, this makes it
  35.              possible for the user to create it's own modules
  36.  
  37. v2.47 (Tuesday 21-Jan-97)
  38.  -necessary changes applied to all PlugIns
  39.  
  40. v2.48 (Tuesday 21-Jan-97)
  41.  -All operator-identifiers are now hold in the file "system/wf.plugIns"
  42.   which is read at startup
  43.   (Unique identifiers are necessary due the feature of dynamic (un)loading
  44.    and to keep the old process-file-format)
  45.  -Intro-Window: *timeout
  46.                 *Message-handling improved
  47.  -PCSelect: error in the doubleClick-handler for the Misc-ListView removed
  48.  -PlugIn-invocation changed to avoid crashes which occour if they are
  49.   started as "normal programs"
  50.  -LUT-PlugIn: proper refresh after loading a new envelope
  51.  -Analysis: The options-file "wf.analysis" is now placed inside the system-drawer
  52.  
  53. v2.49 (Tuesday 28-Jan-97)
  54.  -SaveImage-PlugIn
  55.  -Balancing: all parameters are now in the range -255...255 instead of -50..50
  56.  -Processor: load/saveProcess: (re)store the preview-state
  57.  
  58. v2.50 (Tuesday 28-Jan-97)
  59.  -Main: *GeneralPlugIn-interface
  60.         *GeneralPlugIn-window
  61.  -every PlugIn has a version-string now
  62.  -Comment-PlugIn: saveProcess-support didn't work correctly
  63.  
  64. v2.51 (Wednesday 29-Jan-97)
  65.  -PlugIn-Window: *additional <del>/<return>-shortcuts
  66.  -nice ColorWheel-PlugIn (The 1st ''GeneralPlugIn'')
  67.  
  68. v2.52 (Wednesday 30-Jan-97)
  69.  -EPSSaver-PlugIn (replaces the iff2eps-package)
  70.  -PlugIn-interface: preferences-support
  71.  
  72. v2.53 (Wednesday 30-Jan-97)
  73.  -CountPlugIns-PlugIn (as example for the developer-kit)
  74.  -PictureList: speed of the list-handling-routines improved
  75.  -PlugIns: *prefs are loaded automatically at startup
  76.            *open-flag (if the PlugIn is active while saving its prefs
  77.             it will be activated at startup at the next time)
  78.  -Wave-PlugIn: additional shift-parameter
  79.  -InfoWnd: FreeAll-function removed
  80.  
  81. v2.54 (Saturday 01-Feb-97)
  82.  -Processor: list-folding (which is a *great* feature for large projects)
  83.  
  84. v2.55 (Saturday 01-Feb-97)
  85.  -Processor: *turned all integer-gadgets into math-gadgets
  86.              *removed a stupid bug which caused the preview to generated
  87.               more than one time after process-loading
  88.              *preview-refresh after removing the whole process-list (clear)
  89.  -Scale-PlugIn: nice bug removed: the size-values where always scaled
  90.                 while processing the preview-image - even if they where
  91.                 in percent
  92.  -Processor: *save/loadProcess: folding-support
  93.              *some useful folding-shortcuts
  94.   for the docs:
  95.    <f>         - switch folding on/off
  96.    <left>      - unfold item (folding=off)
  97.                  unfold whole list (folding=on)
  98.    <right>     - fold item
  99.    <up>/<down> - navigate
  100.  
  101. v2.56 (Saturday 01-Feb-97)
  102.  -Envelope: proper refresh after evaluating an expression
  103.  -Calculator: in some cases calling of functions like "sin" caused
  104.               the program to crash - this problem *may* be fixed now
  105.  -Memory-Handler: usage of memory-pools switched off to increase compatibility
  106.  -Main: *some changes to the startup- and cleanup-code
  107.         *the debug-option turns on some startup- and cleanup-information
  108.  -PCSinglePicture: the input-gadget is initialized with the intro-picture
  109.  -Scale-PlugIn: only autoactivate the height-gadget if it is enabled
  110.  -LUT-PlugIn: morphCurves: src and dest where swapped if dPCount>sPCount
  111.  -Processor: behaviour of the range-gadgets improved
  112.  
  113. v2.57 (Sunday 02-Feb-97)
  114.  -Processor: Scale-parameter: scales all effect-parameters which
  115.              depend on the image-size
  116.  -Command-PlugIn which executes wf-ARexx-commands directly
  117.  -ARexx-support for all Operators finished
  118.  
  119. v2.58 (Sunday 02-Feb-97)
  120.  -TileImage-PlugIn
  121.  -Log-Window: after clearing all log-messages the listview was not refreshed correctly
  122.  -Envelopes: *improved interpolation-method
  123.              *automatic subdividing (Prefs-parameter evaSubDiv is obsolete now)
  124.  
  125. v2.59 (Moday 03-Feb-97)
  126.  -Processor: *Saver-PlugIn-Interface
  127.              *Layout changed
  128.  -Prefs: VisualSubDiv-Gadget removed
  129.  
  130. v2.60 (Tuesday 04-Feb-97)
  131.  -ILBM-Saver-PlugIn
  132.  -JPEG-Saver-PlugIn which doesn't work perfectly yet
  133.  
  134. v2.61 (Wednesday 05-Feb-97)
  135.  -ColorWheel-PlugIn: close-function caused mungwall-hits - fixed
  136.  -JPEG-Saver-PlugIn finished, the following options are supported:
  137.                       *format=(normal|progressive)
  138.                       *output=(color|gray)
  139.                       *optimize Huffman table=(on|off)
  140.                       *quality
  141.  
  142. v2.62 (Thursday 06-Feb-97)
  143.  -PNG-Saver-PlugIn, which supports the following formats:
  144.                       *24 Bit
  145.                       *8 Bit Color
  146.                       *8 Bit Gray
  147.                       *4 Bit Color
  148.                       *Black&White
  149.  
  150. v2.63 (Thursday 06-Feb-97)
  151.  -Saver-PlugIns now can contain loader- and indentify-functions
  152.  -ILBM-Saver-PlugIn: load- and identify-function
  153.  -JPEG-Saver-PlugIn: load- and identify-function
  154.  
  155. v2.64 (Thursday 06-Feb-97)
  156.  -PNG-Saver-PlugIn: load- and identify-function
  157.  -memory-handler: memError-function didn't work correctly (because of
  158.                   the use of UWORD-paramaters (which are too small))
  159.  -Processor: storing HAM-flag before switching to another screenmode
  160.              (if the selected isn't available)
  161.  -PCSelect: setting the right minWindowSize-values even for the first time
  162.  
  163. v2.65 (Friday 07-Feb-97)
  164.  -Processor: image-filetype-recognition improved
  165.  -Envelope/LUT-PlugIn: don't change the selected point after window-moving
  166.  -SaveImage-PlugIn: use the global writeImage-function instead of writeILBM24()
  167.  -Scale-PlugIn: refresh preview after changing width-value
  168.  -3D-engine: bug in bresenham3D removed
  169.  -Cube: quality improved
  170.  
  171. v2.66 (Friday 07-Feb-97)
  172.  -Threshold-PlugIn
  173.  -Processor: <del>-shortcut
  174.  -Compose-PlugIn: *genlock-mode didn't work anyway (wrong pointers)
  175.                   *genlock=gOUTRANGE didn't work with alpha-image
  176.  -CreateImage-PlugIn: hvCopy destroyed the 3rd red-component
  177.  -Processor: don't open operator-windows after selection
  178.  
  179. v2.67 (Friday 07-Feb-97)
  180.  -SaveImage-PlugIn: GUI-bugs removed
  181.  -CountPlugIns-PlugIn: show available savers, too
  182.  -LUT-PlugIn: envelopes with different numbers of points where no saved correctly
  183.  -Converter: open the ProcessorWindow after loading process with activated preview
  184.  -Requester: layout improved
  185.  
  186. v2.68 (Sunday 09-Feb-97)
  187.  -3D-engine: quantization-parameter which is great for adjusting the
  188.              parameters of the various 3D-effects
  189.  -Processor: 3DQuant-Gadget
  190.  
  191. v2.69 (Sunday 09-Feb-97)
  192.  -ReduceContent-PlugIn: *renamed as Raster
  193.                         *in some cases the last column of the image was ignored - fixed
  194.  -Processor: *save and load the 3DQuant-parameter
  195.              *save and load the default saver
  196.  -PlugIns/Savers: sometimes the delete-function caused (harmless) enforcer-hits - fixed
  197.  -PlugIns: don't activate opened windows automatically
  198.  -Processor: behaviour of the up/down-functions in folding-mode fixed
  199.  -Processor: kill-function didn't work correctly (in all special cases)
  200.              in folding-mode
  201.  -PlugIns: ProgressWnd-support
  202.  
  203. v2.70 (Sunday 09-Feb-97)
  204.  -ConvertImages-PlugIn
  205.  -new intro-picture
  206.  -YAFAOptions: order of delta-compression-mode changed
  207.  
  208. v2.71 (Sunday 09-Feb-97)
  209.  -Shear-PlugIn
  210.  
  211. v2.72 (Tuesday 11-Feb-97)
  212.  -filename and type of the intro-image changed
  213.  -Online-Help: *wf:system/help/wf_help.guide removed
  214.                *accessing the Wildfire.guide-file instead
  215.                *some more topics
  216.  -PlugIns: accessing the ANSI-C-functions of the main program
  217.  
  218. v2.73 (Tuesday 11-Feb-97)
  219.  -Processor: avoid killing Operators which are in use
  220.  -Documentation: *All documentation is hold in one file
  221.                   which is used as online-help-file, too.
  222.                  *many parts rewritten (What a hard job)
  223.  
  224.  
  225. v2.74 (Friday 14-Feb-97)
  226.  -LWOB-PlugIn
  227.  
  228. v2.75 (Friday 14-Feb-97)
  229.  -GrabWindow-PlugIn: major speedup
  230.  -CreateImage-PlugIn: update the preview after using one of the copy-functions
  231.  -3D-engine: there was a (trivial) error in the lightsource-routine which
  232.              caused especially LWOB-objects to look "unreal"
  233.  -Cartesian2Polar: sometimes not the whole phi-range was filled
  234.  -example-pictures for the documentation
  235.  
  236. v2.76 (Sunday 16-Feb-97)
  237.  -SlideShow-PlugIn
  238.  -documentation finished
  239.